#cookie-banner {
    position: fixed; 
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 3%;
    background: #222; 
    color: white; 
    padding: 15px; 
    text-align: center; 
    z-index: 100; 
    display: none;
}

#cookie-banner button{
    background-color: rgb(243, 208, 11);
    border: none;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    cursor: pointer;
}

#cookie-banner button:hover{
    background-color: rgb(243, 208, 11);
    border: none;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    cursor: pointer;
}

#cookiebannercover {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.644);
    width: 100%;
    height: 93.7%;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

